Skip to content

fix(slash): show completion menu for exact command matches#1841

Draft
bloodycoder wants to merge 1 commit intoMoonshotAI:mainfrom
bloodycoder:autopilot/issue-1752-exact-match-completion
Draft

fix(slash): show completion menu for exact command matches#1841
bloodycoder wants to merge 1 commit intoMoonshotAI:mainfrom
bloodycoder:autopilot/issue-1752-exact-match-completion

Conversation

@bloodycoder
Copy link
Copy Markdown

Summary

  • remove exact-match early-return in SlashCommandCompleter so slash completion candidates are still shown when input exactly matches a command/alias
  • keep canonical command rendering behavior unchanged
  • update unit tests to verify exact command/alias inputs show completion candidates

Tests

  • pytest tests/ui_and_conv/test_slash_completer.py tests/core/test_kimisoul_slash_commands.py -q
    • 10 passed

Fixes #1752

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slash command completion menu should appear for exact match (e.g. /editor)

1 participant